/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ni8mmr007j] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #121212;
    color: #e0e0e0;
}

main[b-ni8mmr007j] {
    flex: 1;
    background-color: #181818;
}

.sidebar[b-ni8mmr007j] {
    background-image: linear-gradient(180deg, #052767 0%, #3a0647 70%);
}

.top-row[b-ni8mmr007j] {
    background-color: #1a1a1a;
    border-bottom: 1px solid #333;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: #e0e0e0;
}

.top-row[b-ni8mmr007j]  a,
.top-row[b-ni8mmr007j]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #4da8ff;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.top-row[b-ni8mmr007j]  a:hover,
.top-row[b-ni8mmr007j]  .btn-link:hover {
    text-decoration: underline;
    color: #82cfff;
}

.top-row[b-ni8mmr007j]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-ni8mmr007j] {
        justify-content: space-between;
    }

    .top-row[b-ni8mmr007j]  a,
    .top-row[b-ni8mmr007j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ni8mmr007j] {
        flex-direction: row;
    }

    .sidebar[b-ni8mmr007j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ni8mmr007j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ni8mmr007j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ni8mmr007j],
    article[b-ni8mmr007j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-le4f2clint] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #4da8ff;
}

.top-row[b-le4f2clint] {
    min-height: 3.5rem;
    background-color: #1a1a1a;
    border-bottom: 1px solid #333;
}

.navbar-brand[b-le4f2clint] {
    font-size: 1.1rem;
    color: #4da8ff;
}

.bi[b-le4f2clint] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* Icons already use white fill, no change needed */
.bi-house-door-fill-nav-menu[b-le4f2clint],
.bi-plus-square-fill-nav-menu[b-le4f2clint],
.bi-list-nested-nav-menu[b-le4f2clint] {
    background-color: transparent;
}

.nav-item[b-le4f2clint] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-le4f2clint] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-le4f2clint] {
    padding-bottom: 1rem;
}

.nav-item[b-le4f2clint]  a {
    color: #cccccc;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding: 0 1rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-item[b-le4f2clint]  a.active {
    background-color: #1a73e8;
    color: white;
}

.nav-item[b-le4f2clint]  a:hover {
    background-color: rgba(77, 168, 255, 0.2);
    color: #ffffff;
}

@media (min-width: 641px) {
    .navbar-toggler[b-le4f2clint] {
        display: none;
    }

    .collapse[b-le4f2clint] {
        display: block;
    }

    .nav-scrollable[b-le4f2clint] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        background-color: #181818;
        border-right: 1px solid #2a2a2a;
    }
}
